forked from numworks/epsilon
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with time module in python #595
Closed
Venator26
wants to merge
395
commits into
Omega-Numworks:omega-master
from
UpsilonNumworks:upsilon-dev
Closed
Problem with time module in python #595
Venator26
wants to merge
395
commits into
Omega-Numworks:omega-master
from
UpsilonNumworks:upsilon-dev
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This allows themes to be incomplete (with missing values), which leads to following benefits: - Older themes that have not been updated to have the latest colors will not result in compilation errors - If you only want to change one single color you don't have to copy the whole json file which makes it much more readable
This allow Escher to build successfully without calculation app
Yaya-Cout
force-pushed
the
upsilon-dev
branch
from
February 17, 2023 20:39
02ee10f
to
1067216
Compare
M4xi1m3
force-pushed
the
omega-master
branch
from
February 17, 2023 20:43
30f75ca
to
a96f28b
Compare
* [CI] Fix 3DS try 1 * [CI] Fix 3DS try 2 * [CI] Fix 3DS try 3 * [CI] Fix 3DS try 4 * [CI] Fix 3DS try 5 * [CI] Fix 3DS try 6 * [CI] Fix 3DS try 7 * [CI] Fix 3DS try 8 * [CI] Fix 3DS try 9 * [CI] Fix 3DS try 10 * [CI] Fix 3DS try 11 * [CI] Fix 3DS try 12 * [CI] Fix 3DS try 13 * [CI] Fix 3DS try 14 * [CI] Fix 3DS try 15 * [CI] Fix 3DS try 16 * [CI] Fix 3DS try 17 * [CI] Fix 3DS try 18 * [CI] Fix 3DS try 19 * [CI] Make other simulators than 3DS working * [CI] Fix 3DS without breaking others simulators try 1 * Apply suggestions from code review * Improve SDL assert * Fix SDL assert * Fix SDL assert 2 * [CI] Enable iOS, macOS and 3DS tests by default * [CI] Change epsilon-sdk tap url * Revert "[CI] Change epsilon-sdk tap url" This reverts commit 9516607.
* Initial test - working on Linux * Try to make it work with liba * Stop using liba and the filesystem * IT WORKS * Key input, full res, fix some of the crashes * Fix the hang when doing calculations * Add some more key mappings * Fix the square root issue * Icons * Better key mappings, brightness control, better gamma correction, more effficient framebuffer * Cleanup stage 1 * Cleanup stage 2 * Make the build system build a g3a * Make it not exit when you press the menu button * Add Casio port to README * Use omega-master instead of omega-dev * Fix mistake with cherry-picking in the README * Fix internal storage crash * Fix compile error on Numworks calculators * Upsilon branding * Sharper icon * Make the CI work * Add power off and improve menu * Map Alpha + up/down to the brightness shortcut * Add missing file * Fix web CI build * Revert "Fix web CI build" This reverts commit f19657d. * Change "prizm" to "fxcg" * Add FASTLOAD option for Add-in Push * Add some charatcers to the catalog on Casio and improve key mappings * Build with -Os -flto * Disable LTO for now as it's causing crashes * Put back the fonts I accidently changed I'd like to add an option for this though as I prefer the ones from Epsilon
…gth in the existing ones (#331) * [it.i18n] [apps/code] Add missing translations * [it.i18n] [apps/reader] Fix typo * [it.i18n] [apps/external, apps/setting] Add missing translations + fixes
* Fix the nspire port (ergo: framebuffer functions, shift/ctrl don't corrupt things due to weird draw calls) * cleanup the k_csdk changes
This is due to a missing check in the interruptible sleep function which was not checking if the delay was negative, then was passed to the Ion::Timing::usleep function, who only takes signed values
* Mark 21.2.0 as safe * Update messages.h
Closing, as this PR merges entirely Upsilon in Omega. Feel free to re-open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If you use negative value in sleep() the calc crash, need to create the ValueError, sleep length must be non-negative.